翻訳と辞書
Words near each other
・ Action Programme (1968)
・ Action Quake 2
・ Action Reaction
・ Action Reconciliation Service for Peace
・ Action Records
・ Action Records (music)
・ Action Replay
・ Action Replay (EP)
・ Action Replayy
・ Action research
・ Action Research (journal)
・ Action role-playing game
・ Action Réaction
・ Action Saybusch
・ Action selection
Action semantics
・ Action Senior High & Technical School
・ Action Soccer
・ Action spectrum
・ Action Sports Alliance
・ Action Sports Soccer Inter Provincial Tournaments
・ Action Stories
・ Action stroke dance notation
・ Action study
・ Action Swingers
・ Action Synthese
・ Action T4
・ Action Tae Kwon Do
・ Action Target
・ Action Theater


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Action semantics : ウィキペディア英語版
Action semantics

Action semantics is a framework for the formal specification of semantics of programming languages invented by David Watt and Peter D. Mosses in the 1990s. It is a mixture of denotational, operational and algebraic semantics.
Action Semantics aims to be pragmatic. Action-Semantic Descriptions (ASDs) are designed to scale up to handle realistic programming languages. This is aided by the extensibility and modifiability of ASDs. This helps to ensure that extensions and changes do not require too many changes in the description. This is in contrast to the typical case when extending denotational or operational semantics, which may require reformulation of the entire description.
The Action Semantics framework was originally developed at the University of Aarhus and the University of Glasgow. Groups and individuals around the world have since contributed further to the approach.
==Semantic entities==
An important part of action semantics that gives it a modularity not seen in previous programming language semantics is the use of first-order semantic entities. First-order refers to how, unlike in denotational semantics, where a semantic function can be applied to another semantic function, in action semantics, a semantic entity cannot be applied to another semantic entity of its kind.〔 Kenneth Slonneger and Barry L. Kurtz (1995) ''(Formal Syntax and Semantics of Programming Languages: A Laboratory Based Approach )''. Reading, MA: Addison-Wesley, .〕 Furthermore, the semantic entities utilized by action semantics broaden the framework’s ability to describe a programming language’s constructs by serving to denote both program behavior that is independent of any particular implementation and the way in which parts of a program influence the overall performance of the whole. The appropriately named action notation is employed to express the three types of semantic entities found in action semantics: ''actions'', ''data'', and ''yielders''. The central semantic entity in this framework is actions, with data and yielders occupying supplementary roles.〔Peter D. Mosses (1996) ''Theory and Practice of Action Semantics''. Publication. Aarhus, DK: University of Aarhus, 1996. BRICS Report Series RS9653.〕 More specifically, actions are the mechanisms through which yielders and data are processed.〔 An action, which can occur within another action, is a step-by-step representation of program behavior, where each step accesses current information, changes current information, or does both. Yielders appear within actions and only access current information. A yielder entity is capable of being evaluated, and when it is, the product is a datum entity.〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Action semantics」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.